home *** CD-ROM | disk | FTP | other *** search
- /* ==========================================================================
- **
- ** ScrollingListClass.h
- **
- ** ⌐1991 WILLISoft
- **
- ** ==========================================================================
- */
-
- #ifndef SCROLLINGLISTCLASS_H
- #define SCROLLINGLISTCLASS_H
-
- #include "ScrollingList.h"
- #include "StringListerClass.h"
-
-
- struct StringListerClass *ScrollingListClass( void );
-
- void ScrollingListClass_Init( struct StringListerClass *class );
-
- #endif